home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3100 / 3100.xpi / chrome / skin / clickclean.css < prev    next >
Cascading Style Sheet File  |  2010-01-23  |  334b  |  16 lines

  1.  
  2. #clickcleanbutton{
  3.   list-style-image: url("chrome://clickclean/skin/btn_large.png");
  4. }
  5.  
  6. toolbar[iconsize="small"] #clickcleanbutton{
  7.   list-style-image: url("chrome://clickclean/skin/btn_small.png");
  8. }
  9.  
  10. #clickcleanbutton > .toolbarbutton-1 {
  11.   -moz-box-orient: horizontal;
  12. }
  13.  
  14. #ccmp menuitem{
  15.   color:rgb(23,93,122);
  16. }